home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 13 / CD Expert nº 13 Earthworm Jim.7z / CD Expert nº 13 Earthworm Jim.bin / assets / theme0.bat < prev    next >
DOS Batch File  |  1995-10-31  |  5KB  |  213 lines

  1. @echo off
  2.  
  3. REM **********
  4. REM EARTHWORM JIM DESKTOP THEME
  5. REM FOR MICROSOFT PLUS!
  6. REM COPYRIGHT 1995 ACTIVISION
  7. REM DO NOT DISTRIBUTE
  8. REM DO NOT MODIFY
  9. REM CREATED BY TIN GUERRERO
  10. REM **********
  11.  
  12. REM ***** COMMAND LINE & PARAMETERS *****
  13. REM The command line is deciphered as...
  14. REM   THEME action path
  15. REM with a sample line that looks like...
  16. REM   THEME install C:\PROGRAM FILES\PLUS!\THEMES
  17.  
  18. REM ***** INSTALL OR UNINSTALL? *****
  19. REM ** capture 2 parameters **
  20. set action=%1
  21. SHIFT
  22. set path=%1
  23. REM ** source of files **
  24. set source=EWJTHEME
  25.  
  26. REM ** determine if install or uninstall **
  27. if %action%==INSTALL goto install
  28. if %action%==UNINSTALL goto uninstall
  29. goto errorend
  30.  
  31.  
  32. REM ***** INSTALL *****
  33. :install
  34. echo.
  35. echo WELCOME.
  36. echo.
  37. echo Press a Key to INSTALL the Earthworm Jim Desktop Theme files
  38. echo to your hard drive.  You will need approximately 800K of free
  39. echo disk space.  Once installation is complete, launch the PLUS!
  40. echo Desktop Themes program located in your Control Panel and
  41. echo select the EWJTHEME to customize your desktop.
  42. echo.
  43.  
  44. PAUSE
  45.  
  46. REM ** make EWJ directory in Plus! directory **
  47. MD %path%\EWJ
  48.  
  49. REM ** Copy all files **
  50. echo.
  51. REM ** copying 2 animated icons **
  52. echo ...copying icons
  53. copy %source%\*.ani %path%\EWJ
  54. REM ** copying 12 cursor files **
  55. echo ...copying cursors
  56. copy %source%\*.cur %path%\EWJ
  57. REM ** copying 4 icon files **
  58. echo ...copying icons
  59. copy %source%\*.ico %path%\EWJ
  60. REM ** copying 1 palette file **
  61. echo ...copying palette
  62. copy %source%\*.pal %path%
  63. REM ** copying 16 wav files **
  64. echo ...copying sounds
  65. copy %source%\*.wav %path%\EWJ
  66. REM ** copying 1 jpg file **
  67. echo ...copying desktop file
  68. copy %source%\*.jpg %path%
  69. REM ** copying 1 theme file **
  70. echo ...copying theme file
  71. copy %source%\*.the %path%\*.theme
  72.  
  73. echo.
  74. echo DONE COPYING.
  75. echo.
  76. PAUSE
  77. goto success
  78.  
  79.  
  80. REM ***** INSTALL ERROR *****
  81. :errorend
  82. echo.
  83. echo ERROR!
  84. echo.
  85. echo Microsoft Plus! directory could not be found.
  86. echo You need Microsoft Plus! to install and use
  87. echo the Earthworm Jim Desktop Theme.
  88. echo.
  89. PAUSE
  90. goto end
  91.  
  92.  
  93. REM ***** INSTALL SUCCESS *****
  94. :success
  95. echo.
  96. echo GROOVY!
  97. echo.
  98. echo You are now the proud owner of the Earthworm Jim
  99. echo Desktop Theme for Microsoft Plus!  To install it
  100. echo to your desktop, run the Desktop Themes program
  101. echo in Windows 95 and select the theme "EWJTHEME".
  102. echo.
  103. PAUSE
  104. goto end
  105.  
  106.  
  107. REM ***** UNINSTALL *****
  108. :uninstall
  109. echo.
  110. echo WELCOME.
  111. echo.
  112. echo Press a Key to DELETE all previously installed
  113. echo Earthworm Jim Desktop Theme files.  This will free
  114. echo about 800K of hard disk space.
  115. echo.
  116. echo IMPORTANT: Immediately after you finish uninstalling the
  117. echo Earthworm Jim Desktop Theme, launch the PLUS! Desktop
  118. echo Themes program located in the Control Panel and select
  119. echo a new Desktop Theme. 
  120. echo.
  121.  
  122. PAUSE
  123.  
  124. REM ** DELETE ALL FILES **
  125. echo.
  126. REM ** delete 2 animated icons **
  127. echo ...deleting icons
  128. del %path%\EWJ\EWJ_DT07.ani
  129. del %path%\EWJ\EWJ_DT08.ani 
  130. REM ** deleting 12 cursor files **
  131. echo ...deleting cursors
  132. del %path%\EWJ\EWJ_DT05.cur 
  133. del %path%\EWJ\EWJ_DT06.cur
  134. del %path%\EWJ\EWJ_DT09.cur
  135. del %path%\EWJ\EWJ_DT10.cur
  136. del %path%\EWJ\EWJ_DT11.cur
  137. del %path%\EWJ\EWJ_DT12.cur
  138. del %path%\EWJ\EWJ_DT13.cur
  139. del %path%\EWJ\EWJ_DT14.cur
  140. del %path%\EWJ\EWJ_DT15.cur
  141. del %path%\EWJ\EWJ_DT16.cur
  142. del %path%\EWJ\EWJ_DT17.cur
  143. del %path%\EWJ\EWJ_DT18.cur
  144. REM ** deleting 4 icon files **
  145. echo ...deleting icons
  146. del %path%\EWJ\EWJ_DT01.ico
  147. del %path%\EWJ\EWJ_DT02.ico
  148. del %path%\EWJ\EWJ_DT03.ico
  149. del %path%\EWJ\EWJ_DT04.ico
  150. REM ** deleting 1 palette file **
  151. echo ...deleting palette
  152. del %path%\EWJ_DT19.pal 
  153. REM ** deleting 16 wav files **
  154. echo ...deleting sounds
  155. del %path%\EWJ\EWJ_DT21.wav
  156. del %path%\EWJ\EWJ_DT22.wav
  157. del %path%\EWJ\EWJ_DT23.wav
  158. del %path%\EWJ\EWJ_DT24.wav
  159. del %path%\EWJ\EWJ_DT25.wav
  160. del %path%\EWJ\EWJ_DT26.wav
  161. del %path%\EWJ\EWJ_DT27.wav
  162. del %path%\EWJ\EWJ_DT28.wav
  163. del %path%\EWJ\EWJ_DT29.wav
  164. del %path%\EWJ\EWJ_DT30.wav
  165. del %path%\EWJ\EWJ_DT31.wav
  166. del %path%\EWJ\EWJ_DT32.wav
  167. del %path%\EWJ\EWJ_DT33.wav
  168. del %path%\EWJ\EWJ_DT34.wav
  169. del %path%\EWJ\EWJ_DT35.wav
  170. del %path%\EWJ\EWJ_DT36.wav
  171. REM ** deleting 1 jpg file **
  172. echo ...deleting desktop file
  173. del %path%\EWJ_DT19.jpg
  174. REM ** deleting 1 theme file **
  175. echo ...deleting theme file
  176. del %path%\EWJTHEME.theme
  177.  
  178. REM ** delete the EWJ directory in the Plus! directory **
  179. RD %path%\EWJ
  180.  
  181. echo.
  182. PAUSE
  183.  
  184. if exist %path%\EWJ\nul goto uninstallfail
  185.  
  186. echo.
  187. echo THE EARTHWORM JIM DESKTOP THEME IS NOW UNINSTALLED.
  188. echo.
  189. echo IMPORTANT: Launch the PLUS! Desktop Themes program
  190. echo located in the Control Panel and select a new Desktop Theme.
  191. echo.
  192. PAUSE
  193. goto end
  194.  
  195. :uninstallfail
  196. echo.
  197. echo ERROR DURING UNINSTALL.  THE EARTHWORM JIM DESKTOP
  198. echo HAS NOT BEEN UNINSTALLED.  TRY AGAIN OR DELETE THE
  199. echo FILES MANUALLY.
  200. echo.
  201. PAUSE
  202.  
  203. :end
  204.  
  205. REM **********
  206. REM EARTHWORM JIM DESKTOP THEME
  207. REM FOR MICROSOFT PLUS!
  208. REM COPYRIGHT 1995 ACTIVISION
  209. REM DO NOT DISTRIBUTE
  210. REM DO NOT MODIFY
  211. REM CREATED BY TIN GUERRERO
  212. REM **********
  213.